net/http.http2clientStream.bufPipe (field)
10 uses
	net/http (current package)
		h2_bundle.go#L7542: 	bufPipe       http2pipe // buffered pipe with the flow-controlled response payload
		h2_bundle.go#L8787: 		cs.bufPipe.CloseWithError(err) // no-op if already closed
		h2_bundle.go#L8792: 		cs.bufPipe.CloseWithError(http2errRequestCanceled)
		h2_bundle.go#L9724: 	cs.bufPipe.setBuffer(&http2dataBuffer{expected: res.ContentLength})
		h2_bundle.go#L9779: 	n, err = b.cs.bufPipe.Read(p)
		h2_bundle.go#L9830: 	cs.bufPipe.BreakWithError(http2errClosedResponseBody)
		h2_bundle.go#L9833: 	unread := cs.bufPipe.Len()
		h2_bundle.go#L9941: 			if _, err = cs.bufPipe.Write(data); err != nil {
		h2_bundle.go#L9991: 		cs.bufPipe.closeWithErrorAndCode(io.EOF, cs.copyTrailers)
		h2_bundle.go#L10166: 	cs.bufPipe.CloseWithError(serr)
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |